Ignore XF86WakeUp
authorDaniel Colascione <dancol@dancol.org>
Mon, 30 Dec 2013 23:27:07 +0000 (15:27 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 30 Dec 2013 23:27:07 +0000 (15:27 -0800)
lisp/ChangeLog
lisp/term/x-win.el

index 76cf5c44389d735846ac501048df93317d8cd269..7a5aff0eb1a41e7be60196117e7e1cf5551241db 100644 (file)
@@ -1,5 +1,8 @@
 2013-12-30  Daniel Colascione  <dancol@dancol.org>
 
+       * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
+       of printing a useless when we resume from sleep.
+
        * progmodes/sh-script.el
        (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
        in indentation code.  (Bug#16233)
index 3c7373b6d6544f969cde8a9da466c373b18f07c5..424203c5c1df4d9255ff276266bb4df7b26e8ade 100644 (file)
@@ -1595,6 +1595,8 @@ This uses `icon-map-list' to map icon file names to stock icon names."
             (and value (cdr value))))
         x-gtk-stock-cache))))
 
+(global-set-key [XF86WakeUp] 'ignore)
+
 (provide 'x-win)
 
 ;;; x-win.el ends here